home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 23.zip / BS1 part 23 / BOOTX v3.72.adf / FontX / FontX1.01.doc < prev    next >
Text File  |  1991-04-11  |  5KB  |  169 lines

  1.  
  2.                      FontX v1.01 User Manual
  3.                           April 7, 1991
  4.  
  5.  
  6. Preface
  7. =======
  8.  
  9. This program is freeware, this means that you can copy it freely
  10. as long as you don't ask any more money for it than a nominal fee
  11. for copying.  If you want to distribute this program you should
  12. keep this document with it.  This program cannot be used for
  13. commercial purposes without written permission from the author.
  14.  
  15. If you have suggestions or remarks about this program, or if you
  16. find any bugs, please let me know.
  17.  
  18. Write to the following address:
  19.  
  20.         Peter Stuer
  21.         Kauwlei 21
  22.         B-2550 Kontich
  23.         Belgium - Europe
  24.  
  25.  
  26. Requirements
  27. ============
  28.  
  29.     FontX requires AmigaDOS Release 2 (KickStart 2.0 and
  30. Workbench 2.0) to run.
  31.  
  32. Additionally you need to copy to req.library to your LIBS:
  33. directory.
  34.  
  35. Quote from "Req.doc":
  36.  
  37.    "Req.library was written by Colin Fox (of Pyramyd
  38.     Designs) and Bruce Dawson (of CygnusSoft Software).
  39.     Req.library is a freely distributable library that may be
  40.     used in commercial products without paying any royalties.  We
  41.     encourage you to use the requester library in all of your
  42.     programs, to make them easier to write, and to use.
  43.  
  44.     Req.library is not public domain.  The requester library and
  45.     all documentation and example programs are all copyright
  46.     1989."
  47.  
  48. End Quote.
  49.  
  50.  
  51. Contents
  52. ========
  53.  
  54. 1. Introduction
  55.  
  56. 2. Usage
  57.  
  58. 3. The menu items
  59.  
  60.  
  61. 1. Introduction
  62. ===============
  63.  
  64.     FontX allows you to view any standard Amiga font or ColorFont
  65. (e.g.  Kara Fonts...).  It can be run from the CLI or from the
  66. Workbench.  FontX runs on a screen of its own.  This way you can
  67. change the resolution and dimension of the screen and watch how a
  68. font will look like if it would be used on a similar screen.
  69. FontX allows you to see your fonts underlined, in italics, bolded
  70. and (that is, if the font supports it).  FontX uses the font and
  71. color requester of the req.library.  (I think it is a lot better
  72. than the Asl version, maybe something for KickStart 2.1 ?)
  73.  
  74.  
  75. 2. Usage
  76. ========
  77.  
  78.     FontX can run in three ways.  You can run FontX from the CLI
  79. like this:
  80.  
  81.     1> FontX
  82.  
  83. FontX will run and detach itself from the CLI.  You can close the
  84. CLI after you started FontX.
  85.  
  86.     From the Workbench, you either doubleclick the accompaning
  87. icon or you select the Execute Command... item from Workbench
  88. menu. In the resulting requester you enter:
  89.  
  90.         FontX
  91.  
  92.  
  93. 3. The menu items
  94. =================
  95.  
  96. 3.1 Project
  97.  
  98. The project menu contains the following items:
  99.  
  100.     About...        Shows some information about FontX.
  101.     Select Font     Brings up the font requester.  Here you can
  102.                     select the name and the size of the font you
  103.                     want to see. Notice that the requester has a
  104.                     string gadget that allows you to enter a
  105.                     path to the fonts you want to see. Default
  106.                     this string gadget contains FONTS: but you
  107.                     can enter any valid DOS path.
  108.     Quit            Quit FontX.
  109.  
  110.  
  111. 3.2 Styles
  112.  
  113. Here you can select the style in which the font should be
  114. rendered.
  115.  
  116.     Normal          Show the font without algoritmical
  117.                     modifications.
  118.     Underline       These 3 items work like toggles. You can turn
  119.     Italics         any combination of them on or off unless the
  120.     Bold            style was "designed" into the font.
  121.  
  122. NOTE: everytime you make a selection of this menu FontX redraws
  123. the screen to show the result of your selection. If a font does
  124. not support a certain style you can't select that style. The menu
  125. item will be ghosted.
  126.  
  127.  
  128. 3.3 Screen
  129.  
  130. This menu allows you to set the screen resolution and dimensions.
  131.  
  132.     Lores           Opens a low resolution screen (320 x 200 for
  133.                     NTSC, 320 x 256 for PAL)
  134.     Lores Interlace Opens a low resolution interlace screen.
  135.                     (320 x 400 for NTSC, 320 x 512 for PAL)
  136.     Hires           Opens a high resolution screen (640 x 200 for
  137.                     NTSC, 640 x 256 for PAL)
  138.     Hires Interlace Opens a high resolution interlace screen.
  139.                     (640 x 400 for NTSC, 640 x 512 for PAL)
  140.  
  141. NOTE: FontX starts with a screen set to the specifications found
  142. in GfxBase. If you try to change the resolution of the screen and
  143. your system is running low on graphics memory this will probably
  144. fail. In that case FontX terminates immediately.
  145.  
  146.  
  147.                         PROGRAM HISTORY:
  148.  
  149. ****************************************************************
  150. VERSION 1.00
  151.  
  152. o   First release on April 5, 1991 as FREEWARE.
  153.  
  154. ****************************************************************
  155. VERSION 1.01
  156.  
  157. o   Released on April 7, 1991 as FREEWARE.
  158. o   FontX now uses the gadtools.library to create its menus.
  159. o   FontX should now correctly (?) clone the dimensions and
  160.     viewmodes of the Workbench screen.
  161. o   Changed the handling of the Styles menu.
  162.  
  163. ****************************************************************
  164.  
  165. FontX 1.01 written by Peter Stuer
  166.              _
  167.           _ //
  168. Thanks to \X/ Amiga for being the best computer ever !
  169.